projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaf5419
)
Fix compilation warning: Use GtkWidget instead GtkMenuItem
author
Javier Jardón
<jjardon@gnome.org>
Thu, 25 Mar 2010 13:51:40 +0000
(14:51 +0100)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:23 +0000
(20:59 -0400)
gtk/tests/action.c
patch
|
blob
|
history
diff --git
a/gtk/tests/action.c
b/gtk/tests/action.c
index 97b25d0d769d179ad9cc82b5fead570aad41c57f..dffb5b18febbaa28d8623a101e873219efb2d34b 100644
(file)
--- a/
gtk/tests/action.c
+++ b/
gtk/tests/action.c
@@
-54,7
+54,7
@@
static void
menu_item_label_notify_count (ActionTest *fixture,
gconstpointer test_data)
{
- Gtk
MenuItem
*item = gtk_menu_item_new ();
+ Gtk
Widget
*item = gtk_menu_item_new ();
unsigned int emmisions = 0;
g_signal_connect (item, "notify::label",